Revision: awiki--devo--1.0--patch-47
Archive: lord@emf.net--awiki-2004
Creator: Tom Lord <lord@emf.net>
Date: Mon Oct 11 09:49:31 PDT 2004
Standard-date: 2004-10-11 16:49:31 GMT
Modified-files: libawiki/node.c
New-patches: lord@emf.net--awiki-2004/awiki--devo--1.0--patch-47
Summary: make node accessors total
Keywords: 

Various accessor functions in node.c were not total in their
arguments (e.g., would fail gracelessly given NULL or out-of-range
arguments).   This change repairs that, providing reasonable values
for these edge cases.
